Popup Window State
constructor(browser: Browser, bounds: Rect = DEFAULT_POPUP_BOUNDS, onClose: (PopupWindowState) -> Unit, scope: <Error class: unknown class>)
Parameters
browser
the popup browser.
Content copied to clipboard
bounds
the initial bounds of the popup.
Content copied to clipboard
scope
the coroutine scope used to update Compose observables.
Content copied to clipboard
on Close
a callback to be called when the popup is closed.
Content copied to clipboard